home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
background_58558.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
793b
|
38 lines
-- background: 58558 from stack: in
-- bmap block id: 82199
-- flags: 2000
-- background id: 0
-- name: Module Overviews
----- HyperTalk script -----
on doMenu menuItem
if menuItem contains "About" then
get short name of this card
go to card it of background "About"
else if menuItem is "Home" then
go home
else if menuItem contains "Quit" then
go to card "Mac School® Shell"
end if
end doMenu
-- part 1 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=4 top=30 right=61 bottom=35
-- title width / last selected line: 0
-- icon id / first selected line: 5053 / 5053
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual iris close
pop card
end mouseUp